wxRadioBox
Table of Contents

A radio box item is used to select one of number of mutually exclusive choices.


It is displayed as a vertical column or horizontal row of labelled buttons. Creation parameters:

  • func get_radio_selection( atom this )   
  • proc set_radiobox_selection( atom box, integer selection )     
     
    Parent Topics:
  • Classes
  • Controls
  • wxRadioButton

    wxRadioBox
    Table of Contents

    [func]
    get_radio_selection
    ( atom this )

    Category: wxRadioBox

    Return the 0-based index of the selected radio item in the wxRadioBox.

    See Also: set_radiobox_selection


    wxRadioBox
    Table of Contents

    [proc]
    set_radiobox_selection
    ( atom box, integer selection )

    Category: wxRadioBox

    This sets the Radiobox to being selected if selection is one, unselected if selection is zero.

    See Also: get_radio_selection